a.article_page {
	font-family: Arial;
	color: #000;
}

/*article authors block*/
div#article_author_info {
	display: none; 
	position: relative; 
	border-top: 1px solid #000; 
	padding-top: 1px; 
	margin-top: 10px;
}

div#article_author_info #close_author{
	background: url('/bitrix/templates/include/images/article_detail/author_bg.png') repeat-x; 
	text-align: right;
}
div#article_author_info #article_ajax_loader{
	position:absolute; 
	top: 28px; 
	left: 2px; 
	display: none;
}

a.article_authors {
	outline: none;
	font: 14px/14px Arial;
	color: #306aaa;
	border-bottom: 0px dashed #306aaa;
}
a.article_authors:hover{
	color: #e40036;
}
span.article_authors {
	font: 14px/14px Arial;
	color: #999;
	border-bottom: 0px dashed #306aaa;
}

a.article_authors.selected{
	color: #b1b1b1;
	border: 0px;
}

span.author_photo_span {
	width: 32px; 
	height: 32px; 
	background-color: #f5f5f5; 
	display:inline-block; 
	vertical-align: -4px; 
	margin-right: 2px;
}

div#article_author_info_text .author_name {
	color: #cd222b; 
	font: 20px/20px Georgia;
}

div#article_author_info_text .author_desc{
	color: #4a4a4a; 
	font: 12px/12px Georgia; 
	margin-top: 5px;
}
div#article_author_info_text .author_blog_links{
	font: 14px/14px Arial; 
	margin-top: 12px;
	color:#7e7e7e
}
div#article_author_info_text .author_blog_links a{
	color:#7e7e7e;
}


div#article_author_info_text .other_materials{
	font: bold 12px/12px Arial; 
	color: #4d4d4d; 
	margin-bottom: 1px;
}
div#article_author_info_text .material_name{
	color: #000; 
	font: bold 14px/18px Georgia;
}
div#article_author_info_text .material_subtitle{
	font-family: Arial;
	font-weight: normal; 
	color: #4e4e4e;
}


/*export block */
textarea#copy_export{
	width:570px; 
	border:1px solid #bdbdbd; 
	height:100px;
}


.twitter-share-button {
	margin: 5px 0px 0px 5px;
}	
.article_page_small_divider {
	vertical-align: -6px;
	margin: 0px 2px 0px 2px;
}
/* article left block*/
div.article_detail_text div.article_left_block {
	float: left; 
	margin-top: 4px;
}
div.article_detail_text div.article_left_block div.article_photo{
	width: 355px; 
	margin-bottom: 14px;
}


/*article materials*/
div.article_materials_by_theme {
	width: 355px;
}
div.article_materials_by_theme img {
	padding: 0;
}
div.article_materials_by_theme a.material_link {
	font: bold 14px/16px Georgia;
	color: #000;
}
div.article_materials_by_theme div.material_cont {
	width: 340px;
}
div.article_materials_by_theme div.materials_top {	
	padding: 0; 
	width: 340px; 
	background: url('/bitrix/templates/include/images/article_detail/all_materials_left_bg.png') repeat-x;
}				
div.article_materials_by_theme div.materials_top td.materials_top_title {
	color: #fff; 
	font: bold 12px/12px Arial; 
	letter-spacing: 1px; 
	padding: 0px 0px 4px 4px;
}